home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / MacTechNotes / Platforms & Tools / Stand-Alone Code.sit / BigBroƒ / BigBro.r < prev    next >
Encoding:
Text File  |  1990-07-14  |  421 b   |  30 lines  |  [TEXT/MPS ]

  1. resource 'DLOG' (128) {
  2.     {84, 124, 192, 388},
  3.     dBoxProc,
  4.     visible,
  5.     noGoAway,
  6.     0x0,
  7.     128,
  8.     ""
  9. };
  10.  
  11. resource 'DITL' (128) {
  12.     {    /* array DITLarray: 2 elements */
  13.         /* [1] */
  14.         {72, 55, 93, 207},
  15.         Button {
  16.             enabled,
  17.             "Continue Booting"
  18.         },
  19.         /* [2] */
  20.         {13, 30, 63, 237},
  21.         StaticText {
  22.             disabled,
  23.             "This is an exaggerated case of the type "
  24.             "of INIT which bothers me more than anyth"
  25.             "ing else."
  26.         }
  27.     }
  28. };
  29.  
  30.